home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / gamesrc / worldsrc / arrays.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-13  |  360 b   |  9 lines

  1.  
  2. /* The arrays declared elsewhere are used starting with index 0;
  3.    those declared below starting with index 1     */
  4.   extern int  gtext[5];
  5.   extern short locdat[LOCNUM+1], odistb[OBJMX2+1];
  6.   extern short obnoun[OBJMAX+1], obadjv[OBJMAX+1], obw3[OBJMAX+1];
  7.   extern short obw4[OBJMAX+1], obpprp[OBJMAX+1], obimpr[OBJMAX+1]
  8.       , obloc[MOVMAX+1];
  9.